home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Devices and Hardware / Serial / Serial Demo / SerDemo.r < prev    next >
Encoding:
Text File  |  2000-09-28  |  1.2 KB  |  33 lines  |  [TEXT/MPS ]

  1.  
  2. type 'sDAT' {
  3.     wide array {
  4.         string;
  5.     };
  6. };
  7.  
  8.  
  9. resource 'sDAT' (128, "Serial Data") {
  10.     {
  11.         "Now is the time for all good men to come to the aid of their country.\n\r";
  12.         "All work and no play makes Jack a dull boy.\n\r";
  13.         "I\'ll be back.\n\r";
  14.         "The owls are not what they seem.\n\r";
  15.         "If at first you don\'t succeed, try, try again.\n\r";
  16.         "Really! Trust me. System 7.0 will ship any day now!\n\r";
  17.         "Four score and seven years ago, our fathers brought forth upon this continent a "
  18.             "new  nation, conceived in liberty and dedicated to the proposition that all "
  19.             "men are created equal. (And then there are those damn Indians.)\n\r";
  20.         "Garbage in, garbage out.\n\r";
  21.         "Tell me about your mother....\n\r";
  22.         "Macintosh--The Power to Be a Pest.\n\r";
  23.         "Websters defines \"nonsequitur\" as: \"a fallacy resulting from a simple conversion "
  24.             "of a universal affirmative proposition or from the transposition of a condition "
  25.             "and its consequent.\" Since when is Commander Data is writing dictionaries?\n\r";
  26.         "There is a linguist posing as an Apple manager.\n\r";
  27.         "Finally, don\'t believe everything you read and remember to \"Just Say No\" to Jesse "
  28.             "Helms in 1996.\n\r";
  29.         "Saddam\'s favorite bingo number: B-52.\n\r";
  30.         "\n\r";
  31.     };
  32. };
  33.